home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
USA Bestseller
/
USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso
/
e140
/
qclunarj.mak
< prev
next >
Wrap
Makefile
|
1993-06-04
|
304b
|
17 lines
# Makefile for unarj.exe for QuickC QCL
CC=qcl -AS -W4
all: unarj.exe
unarj.obj: unarj.c unarj.h
environ.obj: environ.c unarj.h
decode.obj: decode.c unarj.h
unarj.exe: unarj.obj decode.obj environ.obj
qcl unarj.obj decode.obj environ.obj
# end of makefile